ul{
	margin: 0;
	padding: 0;
}

ul.container{
	width: 240px;
	margin: 0 auto;
	padding: 15px;
}

li{
	list-style: none;
}

li.menu{
	padding: 5px 0;
	width: 100%;
}

li.button a{
	display: block;
	font-family: BPreplay, Arial, Helvetica, sans-serif;
	font-size: 21px;
	height: 50px;
	overflow: hidden;
	position: relative;
	width: 250px;
	padding: 0px;
	color: #FFF;
	background-color: #006;
}

li.button a:hover{
	text-decoration: none;
}

li.button a span{
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	display: block;
}



.dropdown{
	display: none;
	padding-top: 5px;
	width: 100%;
}

.dropdown li{
	background-color: #060;
	border: 1px solid #40392C;
	color: #CCCCCC;
	margin: 5px 0;
	padding: 4px 18px;
	border: 1px solid # ccc;
    border-bottom: 2px solid # bbb;
    border-top: 1px solid # ddd;
	border-radius: 15px;
	-Webkit-border-radius: 20px;
	-Moz-border-radius: 20px;
	box-shadow: 10px 5px 5px #000000;
}
